adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ADTIndependentObject Class / GetObjectReferences Method / GetObjectReferences(String[],Boolean,Int32,OID[]) Method
List of references to fetch. Null to fetch all references.
If True, the referencing objects are returned in the results. If False, only the OIDs of the referencing objects are returned.
Reserved for future use. Set to 0.
List of OIDs to ignore. If the target object is referenced by an object contained in this list, that reference will not be included in the results. Use this to specify other objects that will be deleted at the same time as the target (the server will automatically remove references among objects being deleted in the same unit of work.


In This Topic
    GetObjectReferences(String[],Boolean,Int32,OID[]) Method
    In This Topic
    Gets all objects that referenced this object.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetObjectReferences( _
       ByVal referencesToFetch() As String, _
       ByVal fetchObjects As Boolean, _
       ByVal options As Integer, _
       ByVal referencesToIgnore() As OID _
    ) As FindReferenceResults

    Parameters

    referencesToFetch
    List of references to fetch. Null to fetch all references.
    fetchObjects
    If True, the referencing objects are returned in the results. If False, only the OIDs of the referencing objects are returned.
    options
    Reserved for future use. Set to 0.
    referencesToIgnore
    List of OIDs to ignore. If the target object is referenced by an object contained in this list, that reference will not be included in the results. Use this to specify other objects that will be deleted at the same time as the target (the server will automatically remove references among objects being deleted in the same unit of work.
    See Also